* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Make the images invisible by default */
.Containers {
  display: none;
}

/* forward & Back buttons */
.Back, .forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Place the "forward button" to the right */
.forward {
  right: -65;
  border-radius: 4px 0 0 4px;
}

/* Place the "back button" to the left */
.Back {
  left: -65;
  border-radius: 4px 0 0 4px;
}


/*when the user hovers,add a black background with some little opacity */
.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption Info */
.Info {
  color: #e3e3e3;
  font-size: 20px;
  padding: 10px 14px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}


nav{
	position: fixed;
	opacity: .65;
	background: black;
	height: 80px;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	z-index:5;
}

h3 {
	text-align:center;
}

nav ul{
	padding: 15px;
	align-items:center;
	float: auto;
}

nav ul li{
	display: inline-block;
	line-height: 80%;
	margin: 0 5px;
}

nav ul li a{
	color: white;
	font-size: 17px;
	padding: 7px 13px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration:none;
}

nav a.active, nav a:hover{
	background: gray;
	transition: .5s;
}

.checkbtn{
	font-size: 80px;
	color: white;
	float: right;
	line-height: 80%;
	margin-right: 20px;
	padding-top: 10px;
	cursor: pointer;
	display: none;
}

#check{
	display: none;
}

body, html{
	height: 100%;
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 180%;
	color: grey;
	text-align: center;
}

section{
	overflow: auto;
	padding: 50px 80px;
	font-size: 150%;
}

.heading{
	position: absolute;
	color: white;
	font-size: 600%;
	line-height: 100%;
	top: 38%;
	width: 100%;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000; 
}


.two-col{
	float: left;
	width: 50%;
	padding: 0 4%;
	text-align: justify;
}

.heading-small{
	position: absolute;
	color: white;
	font-size: 500%;
	top: 45%;
	width: 100%;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000; 
}

.dark{
	overflow: auto;
	padding: 50px 80px;
	background-color: #222222;
	color: #f2f2f2;
}

.parallax1{
	background: url("../photos/insideChurchGrey.jpg");
	min-height:100%;
}

.parallax2{
	background: url("../photos/walkway.jpg");
	min-height:60%;
}

.parallax3{
	background: url("../photos/blossom.jpg");
	min-height:60%;
}

.parallax4{
	background: url("../photos/cross.jpg");
	min-height:100%;
}

.parallax5{
	background: url("../photos/Bibles.jpg");
	min-height:100%;
}

.parallax6{
	background: url("../photos/readingBible.jpg");
	min-height:60%;
}

.parallax7{
	background: url("../photos/cross.jpg");
	min-height:60%;
}

.parallax8{
	background: url("../photos/map.jpg");
	min-height:100%;
}


.parallax9{
	background: url("../photos/texas.jpg");
	min-height:60%;
}

.parallax10{
	background: url("../photos/wheat2.jpg");
	min-height:40%;
}

input{
	display: inline-block;
	margin: 10px;
	font-size: 30px;
	border-radius: 17px;
}

select{
	line-height: 40px;
	font-size: 30px;
	border-radius: 17px;
}

button{
	font-size: 18px;
	border-radius: 17px;
}

.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8, .parallax9, .parallax10{
	z-index:-5;
	position: relative;
	opacity: 0.75;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.video-responsive{
	border: 2px;
	border-color: white;
	border-radius: 10px;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	border-radius: 25px;
}

.sermon {
	align-items: center;
	z-index: 10;
    height:auto;
	margin: 10px;
    width:95%;
	border: solid 1px gray;
	border-radius: 25px;
}

div.gallery {
  border: 1px solid #ccc;
  width: 31%;
  margin: 1%;
  border-radius: 25px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  image-resolution: 100dpi;
  height: auto;
  border-radius: 25px;
}

div.desc {
  padding: 15px;
  text-align: center;
}


@media (max-width: 1200px){
	body{
		color: black;
	}
	
	.heading{
		font-size: 500%;
	}

	.heading-small{
		font-size: 300%;
	}

	.two-col{
		width: 100%;
		padding: 0;
		text-align: center;
	}

	nav ul li a{
		padding: 5px 10px;
	}
	
	.sermon{
		font-size:17px;
	}

	.parallax1, .parallax5, .parallax8{
		background-attachment: inherit;
	}
	
	.parallax2, .parallax3, .parallax6, .parallax7, .parallax9, .parallax10{
		display:none;
	}
	
	 .parallax4{
		background: gray;
	 }
  
  	div.gallery {
		width: 47%;
  	}
  
	 #skycolor{
		 background: #0072aa;
	 }
}

@media (max-width: 1000px){
	div.gallery {
		width: 100%;
  	}
  
  
  	.checkbtn{
		display: block;
	}
 
	
	nav {
		opacity: 1;
		height: 100px;
	}
	
	ul{
		position: fixed;
		width: 100%;
		height: 100vh;
		background: gray;
		top: 80px;
		left: -200%;
		text-align: center;
		transition: all .5s;
	}
	
	nav ul li{
		display: block;	
		margin: 25px 0;
		line-height: 90px;
	}
	
	nav ul li a{
		padding: 5px;
		font-size: 80px;
		line-height: 80px;
	}
	
	a.hover, a.active{
		background: none;
		color: #0092EF;
	}
	
	#check:checked ~ ul{
		left:0;
	}
}